Signer.Signer
Class Overview | Class Members |
This Package |
All Packages
protected Signer()
Description
Creates a signer. This constructor should only be used for
serialization.
public Signer( String name )
Parameters
- name
- the identity name.
Description
Creates a signer with the specified identity name.
public Signer( String name,
IdentityScope scope ) throws KeyManagementException
Parameters
- name
- the identity name.
- scope
- the scope of the identity.
Description
Creates a signer with the specified identity name and scope.
Exceptions
KeyManagementException
if there is already an identity
with the same name in the scope.
Send feedback to MSDN.Look here for MSDN Online resources.