SetPin 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 SetPin ( _
    oldPin As String, _
    newPin As String _
) As Boolean
public bool SetPin(
    string oldPin,
    string newPin
)
public:
bool SetPin(
    String^ oldPin, 
    String^ newPin
)
member SetPin : 
        oldPin:string * 
        newPin:string -> bool 
public function SetPin(
    oldPin : String, 
    newPin : String
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

Session Class

Microsoft.SPOT.Cryptoki Namespace