GetProperty Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Function GetProperty ( _
    propName As CertificateProperty _
) As Object
public Object GetProperty(
    CertificateProperty propName
)
public:
Object^ GetProperty(
    CertificateProperty propName
)
member GetProperty : 
        propName:CertificateProperty -> Object 
public function GetProperty(
    propName : CertificateProperty
) : Object

Parameters

Return Value

Type: System. . :: . .Object

.NET Framework Security

See Also

Reference

CryptokiCertificate Class

Microsoft.SPOT.Cryptoki Namespace