Goedel.Cryptography.CryptoCatalog.GetAuthentication C# (CSharp) Method

GetAuthentication() public method

Get a cryptographic provider by algorithm identifier
public GetAuthentication ( CryptoAlgorithmID ID ) : CryptoProviderAuthentication
ID CryptoAlgorithmID Algorithm identifier
return CryptoProviderAuthentication
        public CryptoProviderAuthentication GetAuthentication(CryptoAlgorithmID ID) {
        return Get(OrDefault(ID, AlgorithmMAC)) as CryptoProviderAuthentication;
            }