7 references to CryptographicProviderType
System.Messaging (7)
System\Messaging\Message.cs (4)
565
public
CryptographicProviderType
AuthenticationProviderType
573
return
CryptographicProviderType
.RsaFull;
578
return (
CryptographicProviderType
)properties.GetUI4(NativeMethods.MESSAGE_PROPID_PROV_TYPE);
584
throw new InvalidEnumArgumentException("value", (int)value, typeof(
CryptographicProviderType
));
System\Messaging\ValidationUtility.cs (3)
16
public static bool ValidateCryptographicProviderType(
CryptographicProviderType
value)
18
return (value >=
CryptographicProviderType
.None) && (value <=
CryptographicProviderType
.SttIss);