Gets the preferred subject identifier for key encryption.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Property EncryptionKeyPreference As SubjectIdentifier
	Get
	Set
C#
public SubjectIdentifier EncryptionKeyPreference { get; set; }

Field Value

The preferred subject identifier.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also