RecipientInfo.KeyEncryptionAlgorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The KeyEncryptionAlgorithm abstract property retrieves the algorithm used to perform the key establishment.
public:
abstract property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ KeyEncryptionAlgorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
public abstract System.Security.Cryptography.Pkcs.AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
member this.KeyEncryptionAlgorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
Public MustOverride ReadOnly Property KeyEncryptionAlgorithm As AlgorithmIdentifier
Property Value
An AlgorithmIdentifier object that contains the value of the algorithm used to establish the key between the originator and recipient of the CMS/PKCS #7 message.
Remarks
This is an abstract property overridden by KeyAgreeRecipientInfo and KeyTransRecipientInfo.
Applies to
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.