Save 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 Overridable Function Save ( _
    name As String, _
    location As String, _
    level As SecureStorageLevel _
) As Boolean
public virtual bool Save(
    string name,
    string location,
    SecureStorageLevel level
)
public:
virtual bool Save(
    String^ name, 
    String^ location, 
    SecureStorageLevel level
)
abstract Save : 
        name:string * 
        location:string * 
        level:SecureStorageLevel -> bool 
override Save : 
        name:string * 
        location:string * 
        level:SecureStorageLevel -> bool 
public function Save(
    name : String, 
    location : String, 
    level : SecureStorageLevel
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

CryptokiObject Class

Microsoft.SPOT.Cryptoki Namespace