GetEncodedPublicKey Method

Summary
Gets the public key.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?interface=KeyContainer&method=GetEncodedPublicKey&applicationName={applicationNa" + "me}")] 
public Stream GetEncodedPublicKey( 
   string applicationName 
) 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=KeyContainer&method=GetEncodedPublicKey&applicationName={applicationName}")> 
<OperationContractAttribute()> 
Function GetEncodedPublicKey( _ 
   ByVal applicationName As String _ 
) As Stream 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=KeyContainer&method=GetEncodedPublicKey&applicationName={applicationName}")] 
[OperationContractAttribute()] 
Stream^ GetEncodedPublicKey(  
   String^ applicationName 
)  

Parameters

applicationName
A succinct string that contains the application's symbolic name.

Return Value

The key container public key.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.