Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Internal.Cryptography.Pal.X509Pal, including all inherited members.
ComputeCapiSha1OfPublicKey(PublicKey key) | Internal.Cryptography.Pal.X509Pal | inline |
ConstructDSSPublicKeyCspBlob(byte[] encodedKeyValue, byte[] encodedParameters) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
DecodeDssKeyValue(byte[] encodedKeyValue) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
DecodeDssParameters(byte[] encodedParameters, out byte[] p, out byte[] q, out byte[] g) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
DecodeECDiffieHellmanPublicKey(ICertificatePal certificatePal) | Internal.Cryptography.Pal.X509Pal | inline |
DecodeECDsaPublicKey(ICertificatePal certificatePal) | Internal.Cryptography.Pal.X509Pal | inline |
DecodeECPublicKey< TAlgorithm >(CertificatePal certificatePal, Func< CngKey, TAlgorithm > factory, Action< TAlgorithm, ECParameters > import, CryptImportPublicKeyInfoFlags importFlags=CryptImportPublicKeyInfoFlags.NONE) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
DecodeKeyBlob(CryptDecodeObjectStructType lpszStructType, byte[] encodedKeyValue) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
DecodePublicKey(Oid oid, byte[] encodedKeyValue, byte[] encodedParameters, ICertificatePal certificatePal) | Internal.Cryptography.Pal.X509Pal | inline |
DecodeX509BasicConstraints2Extension(byte[] encoded, out bool certificateAuthority, out bool hasPathLengthConstraint, out int pathLengthConstraint) | Internal.Cryptography.Pal.X509Pal | inline |
DecodeX509BasicConstraintsExtension(byte[] encoded, out bool certificateAuthority, out bool hasPathLengthConstraint, out int pathLengthConstraint) | Internal.Cryptography.Pal.X509Pal | inline |
DecodeX509EnhancedKeyUsageExtension(byte[] encoded, out OidCollection usages) | Internal.Cryptography.Pal.X509Pal | inline |
DecodeX509KeyUsageExtension(byte[] encoded, out X509KeyUsageFlags keyUsages) | Internal.Cryptography.Pal.X509Pal | inline |
DecodeX509SubjectKeyIdentifierExtension(byte[] encoded, out byte[] subjectKeyIdentifier) | Internal.Cryptography.Pal.X509Pal | inline |
EncodeX509BasicConstraints2Extension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint) | Internal.Cryptography.Pal.X509Pal | inline |
EncodeX509EnhancedKeyUsageExtension(OidCollection usages) | Internal.Cryptography.Pal.X509Pal | inline |
EncodeX509KeyUsageExtension(X509KeyUsageFlags keyUsages) | Internal.Cryptography.Pal.X509Pal | inline |
EncodeX509SubjectKeyIdentifierExtension(ReadOnlySpan< byte > subjectKeyIdentifier) | Internal.Cryptography.Pal.X509Pal | inline |
ExportKeyBlob(Microsoft.Win32.SafeHandles.SafeBCryptKeyHandle bCryptKeyHandle, CngKeyBlobFormat blobFormat) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
ExportNamedCurveParameters(ref ECParameters ecParams, byte[] ecBlob, bool includePrivateParameters) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
GetCertContentType(ReadOnlySpan< byte > rawData) | Internal.Cryptography.Pal.X509Pal | inline |
GetCertContentType(string fileName) | Internal.Cryptography.Pal.X509Pal | inline |
GetCurveName(Microsoft.Win32.SafeHandles.SafeBCryptKeyHandle bcryptHandle) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
GetProperty(Microsoft.Win32.SafeHandles.SafeBCryptKeyHandle cryptHandle, string propertyName) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
GetPropertyAsString(Microsoft.Win32.SafeHandles.SafeBCryptKeyHandle cryptHandle, string propertyName) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
HasExplicitParameters(Microsoft.Win32.SafeHandles.SafeBCryptKeyHandle bcryptHandle) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
ImportPublicKeyInfo(SafeCertContextHandle certContext, CryptImportPublicKeyInfoFlags importFlags) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
Instance | Internal.Cryptography.Pal.X509Pal | static |
MapContentType(ContentType contentType) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
MapNameToStrFlag(X500DistinguishedNameFlags flag) | Internal.Cryptography.Pal.X509Pal | inlineprivatestatic |
SupportsLegacyBasicConstraintsExtension | Internal.Cryptography.Pal.X509Pal | |
X500DistinguishedNameDecode(byte[] encodedDistinguishedName, X500DistinguishedNameFlags flag) | Internal.Cryptography.Pal.X509Pal | inline |
X500DistinguishedNameEncode(string distinguishedName, X500DistinguishedNameFlags flag) | Internal.Cryptography.Pal.X509Pal | inline |
X500DistinguishedNameFormat(byte[] encodedDistinguishedName, bool multiLine) | Internal.Cryptography.Pal.X509Pal | inline |
X509Pal() | Internal.Cryptography.Pal.X509Pal | inlineprivate |